Fix fallback render nodes
authorMatthias Clasen <mclasen@redhat.com>
Thu, 4 Aug 2016 05:05:14 +0000 (01:05 -0400)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 18 Oct 2016 10:49:11 +0000 (11:49 +0100)
commite7c7932d7202eb15683c589a7c6529b93aa1ab3e
treef349e58d9e3543649d755a919af4ccaa64badf89
parent7b204b0eeaadbb076d842b42556b09ec912bc24b
Fix fallback render nodes

We were allocating a surface thats big enough for the clip, and
we were setting the transform for that, but then GtkContainer
was overriding the transform with the one for the allocation.
Also, we were drawing at the clip position, not the allocation
position.
gtk/gtkwidget.c